Skip to content

fix(deps): update dependency xslt-processor to v5#390

Open
renovate[bot] wants to merge 1 commit intochore/all-my-stuffsfrom
renovate/xslt-processor-5.x
Open

fix(deps): update dependency xslt-processor to v5#390
renovate[bot] wants to merge 1 commit intochore/all-my-stuffsfrom
renovate/xslt-processor-5.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented May 3, 2026

This PR contains the following updates:

Package Change Age Confidence
xslt-processor ^3.4.0^5.0.0 age confidence

Release Notes

DesignLiquido/xslt-processor (xslt-processor)

v5.0.11: 5.0.11

Compare Source

  • TypeScript 6 adjustments for unit tests. (760e1fb)
  • nodesWithParent parent guard not necessary anymore (resolves #​201). (a07da71)

Histórico completo: DesignLiquido/xslt-processor@v5.0.10...v5.0.11

v5.0.10: 5.0.10

Compare Source

Histórico completo: DesignLiquido/xslt-processor@v5.0.9...v5.0.10

v5.0.9: 5.0.9

Compare Source

Full Changelog: DesignLiquido/xslt-processor@v5.0.8...v5.0.9

v5.0.8: 5.0.8

Compare Source

What's Changed

Full Changelog: DesignLiquido/xslt-processor@v5.0.7...v5.0.8

v5.0.7: 5.0.7

Compare Source

What's Changed

Full Changelog: DesignLiquido/xslt-processor@v5.0.6...v5.0.7

v5.0.6: 5.0.6

Compare Source

What's Changed

Full Changelog: DesignLiquido/xslt-processor@v5.0.5...v5.0.6

v5.0.5: 5.0.5

Compare Source

What's Changed

Full Changelog: DesignLiquido/xslt-processor@v5.0.4...v5.0.5

v5.0.4: 5.0.4

Compare Source

What's Changed

Full Changelog: DesignLiquido/xslt-processor@v5.0.3...v5.0.4

v5.0.3: 5.0.3

Compare Source

What's Changed

Full Changelog: DesignLiquido/xslt-processor@v5.0.2...v5.0.3

v5.0.2: 5.0.2

Compare Source

Full Changelog: DesignLiquido/xslt-processor@v5.0.1...v5.0.2

v5.0.1: 5.0.1

Compare Source

Full Changelog: DesignLiquido/xslt-processor@v5.0.0...v5.0.1

v5.0.0: 5.0.0

Compare Source

What's Changed

  • All XSLT parameters passed via options.parameters were unconditionally coerced to StringValue, losing type information for numbers, booleans, and node sets (resolves #​175). (3a56e54)
  • Implementing domDocumentToXDocument and xslt.xsltProcessToDocument by @​leonelsanchesdasilva in #​174

Full Changelog: DesignLiquido/xslt-processor@v4.9.0...v5.0.0

v4.9.0: 4.9.0

Compare Source

What's Changed

Full Changelog: DesignLiquido/xslt-processor@v4.8.5...v4.9.0

v4.8.5: 4.8.5

Compare Source

What's Changed

  • Improving unit tests coverage. (72a6171)
  • Extended xsl:number coverage (zero padding) and namespace-alias output behavior in message-number-namespace.test.ts.
  • Added namespace-prefixed strip-space pattern test in strip-space.test.ts.
  • Added import precedence and apply-imports tests using data URI imports in template-priority.test.ts. (ede770f)
  • In HTML output mode, special handling for xmlns and xmlns:*. by @​leonelsanchesdasilva in #​166

Full Changelog: DesignLiquido/xslt-processor@v4.8.4...v4.8.5

v4.8.4: 4.8.4

Compare Source

What's Changed

Full Changelog: DesignLiquido/xslt-processor@v4.8.3...v4.8.4

v4.8.3: 4.8.3

Compare Source

What's Changed

Full Changelog: DesignLiquido/xslt-processor@v4.8.2...v4.8.3

v4.8.2: 4.8.2

Compare Source

What's Changed

Full Changelog: DesignLiquido/xslt-processor@v4.8.1...v4.8.2

v4.8.1: 4.8.1

Compare Source

  • Updating docs. (3cae52c)
  • Improvements on XSLT 3.0 Pachage System. (aa84a6e)
  • Updating recommended launch settings for VSCode. (fb771e8)
  • Updating docs. (c5d6041)

Full Changelog: DesignLiquido/xslt-processor@v4.8.0...v4.8.1

v4.8.0: 4.8.0

Compare Source

  • Making this library 100% XSLT 2.0 compliant. (6fcb05f)
  • Updating docs post version release. (8c079c0)

Full Changelog: DesignLiquido/xslt-processor@v4.7.0...v4.8.0

v4.7.0: 4.7.0

Compare Source

  • Updating comments and docs. (c84ff5c)
  • Versioning docs under interactive-tests, as required by GitHub Pages. (7ba1208)
  • Adding documentation to GitHub Pages site. (61b04dc)
  • Configuring Typedoc. Moving XSLT completion plans to docs. (244c942)
  • Moving streaming logic outside of xslt.ts. (21fc4a3)
  • Adjusting xsltApplyTemplates to work with packages. (1a6802f)
  • XSLT 3.0 Accumulators. (d39acba)
  • XSLT 3.0 Enhanced xsl:output. (944cdde)
  • XSLT 3.0 Text Value Templates. (2ea176e)
  • Adding warnings callback to make it possible to receive warnings in callbacks. (60cd7ec)
  • Refactoring XPath entry points. (6dd63f6)
  • Major refactory to support future streaming feature. (30bdcfe)
  • Starting implementation of XSLT 3.0 packages. (aa56d35)
  • XSLT 3.0 xsl:on-empty and xsl:on-non-empty. (89d648e)
  • XSLT 3.0 xsl:try and xsl:catch. (2b24912)
  • XSLT 3.0 xsl:iterate. (eb86dea)
  • XSLT 3.0 JSON Support Functions tests. (39af381)
  • XPath 3.0 Higher-Order Functions. (7bebc57)
  • XPath 3.0 Integration: Maps and Arrays. (134017a)
  • Updating README.md. (b09bb7e)
  • Implementing xsl:for-each-group. (4382fbc)
  • Implementing xsl:sequence. (60a724b)

Full Changelog: DesignLiquido/xslt-processor@v4.6.1...v4.7.0

v4.6.1: 4.6.1

Compare Source

  • Updating XPath submodule. (97ded02)
  • Complete xsl:number implementation for XSLT 1.0 compliance. (c1f6f97)
  • Update XSLT 1.0 completion plan with accurate implementation status. (916f407)
  • Implement Forwards-Compatible Processing (XSLT 1.0 Section 2.5). (9902cb0)
  • Code updates required by XSLT 1.0 Section 5.3. (d785317)
  • Fixing concat() with XPath Expressions. (de194e6)

Full Changelog: DesignLiquido/xslt-processor@v4.6.0...v4.6.1

v4.6.0: 4.6.0

Compare Source

  • Updating TODO. (f781a1e)
  • Updating XSLT extension XPath library expects. (aec021d)
  • Fix custom function signatures to accept context as first parameter. (59d7f3d)
  • Update to versioned XPath parser/lexer API. (7952f0a)
  • Removing files that are not used by the interactive tests anymore. (6513d99)

Full Changelog: DesignLiquido/xslt-processor@v4.5.0...v4.6.0

v4.5.0: 4.5.0

Compare Source

What's Changed

Full Changelog: DesignLiquido/xslt-processor@v4.4.1...v4.5.0

v4.4.1: 4.4.1

Compare Source

  • Using CDN for scripts. (44d59ad)
  • Wait for XsltProcessor to be available in interactive test. (e0344ac)
  • Improving interactive tests. (fa7cb2e)
  • Interactive Demos page link. (5a010bf)
  • Updating interactive tests to work on GitHub Pages. (6306638)
  • chore: update demo files (cc2e0ac)
  • Getting rid of he packages;
  • Fixing interactive tests. (1e13aa5)
  • Updating README.md. (ee06190)

Full Changelog: DesignLiquido/xslt-processor@v4.4.0...v4.4.1

v4.4.0: 4.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: DesignLiquido/xslt-processor@v4.3.1...v4.4.0

v4.3.1: 4.3.1

Compare Source

v4.3.0: 4.3.0

Compare Source

What's Changed

Full Changelog: DesignLiquido/xslt-processor@v4.2.1...v4.3.0

v4.2.1: 4.2.1

Compare Source

What's Changed

Full Changelog: DesignLiquido/xslt-processor@v4.2.0...v4.2.1

v4.2.0: 4.2.0

Compare Source

What's Changed

Full Changelog: DesignLiquido/xslt-processor@v4.0.0...v4.2.0

v4.1.0: 4.1.0

Compare Source

  • Updating GitHub Action to support submodules. (2d9ec98)
  • Updating README.md. (1e32e07)
  • Implementing xsl:strip-space. (cdd3604)
  • Updating TODO.md. (3c9236c)

Full Changelog: DesignLiquido/xslt-processor@v4.0.0...v4.1.0

v4.0.0: 4.0.0

Compare Source

Although it's a major version, there are no breaking changes from version 3.x.x.


Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants